net/http.http2ClientConn.vlogf (method)
11 uses
net/http (current package)
h2_bundle.go#L8181: cc.vlogf("http2: Transport sending health check")
h2_bundle.go#L8184: cc.vlogf("http2: Transport health check failure: %v", err)
h2_bundle.go#L8187: cc.vlogf("http2: Transport health check success")
h2_bundle.go#L8457: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, nextID-2)
h2_bundle.go#L9400: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9555: cc.vlogf("http2: Transport readFrame error on conn %p: (%T) %v", cc, err, err)
h2_bundle.go#L9570: cc.vlogf("http2: Transport received %s", http2summarizeFrame(f))
h2_bundle.go#L9602: cc.vlogf("http2: Transport conn %p received error from processing frame %v: %v", cc, http2summarizeFrame(f), err)
h2_bundle.go#L10113: cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
h2_bundle.go#L10201: cc.vlogf("Unhandled Setting: %v", s)
h2_bundle.go#L10385: func (cc *http2ClientConn) vlogf(format string, args ...interface{}) {